Skip to main content
Version: 1.x.x

ClientQueryParamsType


import { ClientQueryParamsType } from "@hyper-fetch/core"

Description

Defined in client/fetch.client.types.ts:29

Preview

type ClientQueryParamsType = Record<string, ClientQueryParam>;

Structure

Record<string, ClientQueryParam>